type google.golang.org/grpc/internal.handshakeClusterNameKey

3 uses

	google.golang.org/grpc/internal (current package)
		xds_handshake_cluster.go#L26: type handshakeClusterNameKey struct{}
		xds_handshake_cluster.go#L31: 	addr.Attributes = addr.Attributes.WithValue(handshakeClusterNameKey{}, clusterName)
		xds_handshake_cluster.go#L37: 	v := attr.Value(handshakeClusterNameKey{})